go/ast.SwitchStmt.Switch (field)
3 uses
go/ast (current package)
ast.go#L726: Switch token.Pos // position of "switch" keyword
ast.go#L792: func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
go/parser
parser.go#L2268: return &ast.SwitchStmt{Switch: pos, Init: s1, Tag: p.makeExpr(s2, "switch expression"), Body: body}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)